﻿@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  /*border: 0;*/
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

*:not(input, textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

body {
  font: 12px/140% Arial, "宋体", Helvetica, sans-serif, Verdana;
  color: #323232;
  margin: 0;
  background: #fff;
}

html,
body {
  height: 100%;
}

blockquote,
body,
dd,
dir,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input[type="checkbox"],
input[type="radio"],
input[type="range"],
listing,
menu,
ol,
p,
plaintext,
pre,
ul,
xmp {
  margin: 0;
}

button,
dir,
fieldset,
input,
input[type="button"],
input[type="checkbox"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="password"],
input[type="radio"],
input[type="range"],
input[type="reset"],
input[type="search"],
input[type="submit"],
isindex,
legend,
menu,
ol,
textarea,
ul {
  padding: 0;
}

html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button,
input,
select {
  color: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: normal;
}

fieldset,
iframe {
  border: 0;
}

ol,
ul {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

/* 取消边框 */
.border_none {
  border: 0 none;
}

/* 文本对齐方式 */
.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.t-indent {
  text-indent: 2em;
}

.mg0 {
  margin: 0;
}

.pg0 {
  padding: 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.mt50 {
  margin-top: 50px;
}

.pt30 {
  padding-top: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

/*
* 字母和单词换行设置
* @class Break 强制内容换行
* @class Nobreak 强制内容不换行
*/
.Break {
  word-break: break-all;
  word-wrap: break-word;
}

.Nobreak {
  word-break: keep-all;
  word-wrap: normal;
}

/* 浮动定义 */
.FL {
  float: left;
}

.FR {
  float: right;
}

/* 定义文本下划线 */
.UnLine {
  text-decoration: underline;
}

.DisunLine {
  text-decoration: none;
}

/* 定位关系 */
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

/* 通用容器 */
.clear {
  clear: both;
  /*overflow: hidden;*/
}

/*IE7不支持的清除浮动*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

body {
  font: 12px/140% Arial, "宋体", Helvetica, sans-serif, Verdana;
  color: #5a5a5a;
  margin: 0;
  background: #fff;
}

/* index */

.head_top {
  height: 110px;
}

.tops_flex {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head_con_flex {
  display: flex;
  align-items: center;
}

.head-l {
  width: 330px;
  float: left;
  display: flex;
  align-items: center;
}

.logos {
  width: 60px;
  float: left;
}

.logos img {


}

.logo_t {
  float: left;
  padding-left: 15px;
}

.logo_t h3 {
  color: #166e3e;
  font-weight: 600;
  margin: 0;
}

.logo_t p {
  text-transform: Uppercase;
  color: #999;
  margin: 0;
}

.head_middle {
  float: left;
  padding-left: 50px;
}

.head_middle h4 {
  color: #076ab6;
  font-weight: 600;
  margin: 0;
}

.head_middle p {
  color: #999;
  margin: 0;
}

.headNum img {
  /* overflow: hidden; */
  /* border-color: transparent; */
  /* border-width: 0px; */
  position: relative;
  width: 42px;
  height: 42px;
  float: left;
}

.hotLine {
  float: left;
  padding-left: 5px;
}

.hotLine p {
  margin: 0;
  color: #999;
}

.hotLine .p-num {
  font-size: 24px;
  color: #ff9900;
  font-weight: 600;
  line-height: 24px;
}

/* nav */

#navbar {
  background: #02a339;
  border-radius: 0;
  margin: 0;
}

.navbar-collapse {
  padding: 0 !important;
}

ul.nav.navbar-nav li {
  width: 145px;
}

.navbar-nav > li > a {
  color: #fff;
}

ul.nav.navbar-nav li a {
  text-align: center;
  font-size: 15px;
  font-family: Microsoft YaHei;
  padding-top: 16px;
  padding-bottom: 16px;
}

ul.nav.navbar-nav li a:hover,
.nav > li > a:focus,
.active a {
  background-color: #0168b7;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #0168b7 !important;
}

.shutter {
  height: 610px !important;
}

.dropdown-menu {
  min-width: auto !important;
  border: 0 !important;
  padding: 0 !important;
}

.dropdown-menu > li > a {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  color: #fff !important;
}

.dropdown-menu {
  background-color: #0168b7 !important ;
}

.dropdown-menu > li > a:hover {
  background-color: #02a339 !important;
}

/* content */

div.box1 {
  background-color: rgb(245, 245, 245);
  padding: 45px 0;
}

.left_bar {
  width: 240px;
  float: left;
}

.bar_t {
  width: 100%;
  height: 90px;
  background-color: #4bae4f;
  background-image: url(../images/title_icon.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 100% 0;
  text-align: center;
}

.bar_t h3 {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  line-height: 160%;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
}

.bar_t p {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 160%;
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
}

.bar_list li {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #4bae4f;
  margin-bottom: 2px;
}

.bar_list li a {
  color: #fff;
  text-decoration: none;
}

.bar_list li.on {
  background-color: #0168b7 !important ;
}

.bar_list {
  margin-top: 3px;
}

.bar_search {
  background-color: #4bae4f;
  padding: 20px 0;
  overflow: auto;
}

.bar_search input {
  font-size: 12px;
  font-family: Microsoft YaHei;
  color: #666;
  font-weight: normal;
  line-height: 36px;
  height: 36px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: block;
  margin-left: 12px;
  float: left;
  width: 170px;
}

.bar_search button {
  float: left;
  width: 42px;
  height: 36px;
  cursor: pointer;
  text-align: center;
  border: 0;
  background-image: url(../images/sch-btn.png);
  background-repeat: no-repeat;
  background-color: #4a86e8;
}

.wx {
  width: 100%;
  overflow: auto;
  height: 115px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.wx img {
  width: 92px;
  float: left;
  padding-left: 10px;
}

.wx_r {
  float: left;
  padding-left: 5px;
}

.wx_r p {
  font-family: "Microsoft YaHei";
  line-height: 156%;
  font-size: 14px;
  color: rgb(102, 102, 102);
  letter-spacing: 1px;
  margin: 0;
}

.headNum {
  overflow: hidden;
}

.bar_rel .headNum {
  padding: 20px 15px;
}

.bar_links,
.bar_rel {
  margin-top: 10px;
  background: #fff;
}

.shop_link.bor {
  border-bottom: 1px solid #ccc;
}

.shop_link a {
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
  padding-left: 15px;
  color: #999;
}

.shop_link a:hover {
  color: #999;
  text-decoration: none;
}

.shop_link a span {
  padding-left: 5px;
}

.right_cont {
  float: left;
  width: calc(100% - 240px);
  padding-left: 10px;
}

.right_cont ul,
.right_conts .items_conts ul.pro_ul {
  overflow: hidden;
}

.right_cont li {
  width: 215px;
  background: #fff;
  padding: 15px;
  float: left;
  margin-left: 15px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.right_cont li img,
.right_conts .items_conts .pro_ul li img {
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
}

.right_cont li img:hover,
.right_conts .items_conts .pro_ul li img:hover {
  transform: scale(1.1);
}

.pro_con p {
  text-align: center;
  margin: 10px 0;
  color: #999;
}

.pro_con a:hover {
  text-decoration: none;
}

.pro_con a:hover p {
  text-decoration: none;
  color: #076aae;
}

div.box_img1 {
  background: url(../images/icon7.jpeg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-height: 400px;
}

.flow_bg {
  width: 111px;
  height: 111px;
  background-image: url(../images/icon-c.png);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.flow_bg img {
  width: 43px;
}

.box-title1 {
  text-align: center;
  margin: 40px;
}

.box-title1 h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: rgb(233, 245, 255);
  letter-spacing: 2px;
}

.box-title1 p {
  color: rgb(64, 238, 144);
  font-family: "Microsoft YaHei";
  font-size: 20px;
  line-height: 140%;
}

p.flow_c {
  margin: 10px 0;
  text-align: center;
  color: #fff;
}

div.box2 {
  padding: 30px 0;
}

.box-title2 {
  text-align: center;
}

.box-title2 h3 {
  color: rgb(231, 240, 235);
  font-family: arial;
  font-size: 36px;
  text-transform: uppercase;
  margin: 0;
}

.box-title2 p {
  color: rgb(22, 110, 62);
  font-family: "Microsoft YaHei";
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
}

.mat-img {
  width: calc(50% - 1px);
  float: left;
}

.mat-cont {
  float: right;
  width: 50%;
  padding: 40px;
}

.matter1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.matter1.m1 {
  height: 260px;
}

.matter1.m2 {
  height: 260px;
}

.matter1.m3 {
  height: 375px;
}

.matter1.m4 {
  height: 210px;
}

.mat-cont {
  height: 100%;
  border-left: 1px solid #ccc;
}

.icon-x2 {
  position: absolute;
  width: 11px;
  height: 11px;
  top: 0;
  left: calc(50% - 5px);
}

.icon-x2 img,
.icon-x3 img {
  width: 100%;
  float: left;
}

.icon-x3 {
  position: absolute;
  width: 11px;
  height: 11px;
  bottom: 0;
  left: calc(50% - 5px);
}

.icon-x1 {
  position: absolute;
  left: calc(50% - 28px);
}

.matter1.m2 .mat-img,
.matter1.m2 .mat-img img {
  float: right;
}

.matter1.m4 .mat-img,
.matter1.m4 .mat-img img {
  float: right;
}

.matter1.m2 .mat-cont {
  border-right: 1px solid #ccc;
  border-left: 0;
}
.matter1.m4 .mat-cont {
  border-right: 1px solid #ccc;
  border-left: 0;
}

.mat-cont h4 {
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 10px;
}

.mat-cont h4.mt1,
.mat-cont h4.mt3 {
  color: rgb(0, 167, 61);
}
.mat-cont h4.mt2,
.mat-cont h4.mt4 {
  color: rgb(0, 108, 195);
}

.matter1 .icon-x1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: 50% 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.matter1.m1 .icon-x1:after {
  content: "";
  background-image: url(../images/advx_icon_01.png);
  background-position: 14px 13px;
}

.matter1.m2 .icon-x1:after {
  content: "";
  background-image: url(../images/advx_icon_02.png);
  background-position: 14px 13px;
}

.matter1.m3 .icon-x1:after {
  content: "";
  background-image: url(../images/advx_icon_03.png);
  background-position: 14px 13px;
}

.matter1.m4 .icon-x1:after {
  content: "";
  background-image: url(../images/advx_icon_04.png);
  background-position: 14px 13px;
}

/*  */

.box_img2 {
  width: 100%;
  height: 375px;
  background-image: url(../images/icon6.jpeg);
  background-repeat: no-repeat;
  overflow: hidden;
}

.box_img2 h3 {
  font-size: 41px;
  margin: 45px 0 20px 0;
  text-align: center;
  color: rgb(15, 255, 0);
  font-family: "Microsoft YaHei";
  font-weight: 600;
}

.box_img2 p {
  color: rgb(255, 255, 255);
  font-family: "Microsoft YaHei";
  text-align: center;
  font-size: 21px;
  font-weight: 600;
}

.box_img2 .box_sum {
  border: 1px solid #fff;
  width: 355px;
  margin: 0 auto;
  margin-top: 30px;
}

.box_img2 .box_sum span {
  color: rgb(255, 255, 0);
  font-size: 26px;
  line-height: 174%;
  font-weight: 600;
  padding: 5px 10px;
  display: block;
}

.box3 {
  background-color: rgb(245, 245, 245);
}

.box_intr {
  width: 100%;
  height: 342px;
  top: -85px;
  position: relative;
  overflow: hidden;
}

.intr_cont {
  float: left;
  width: 58%;
  height: 100%;
  background-color: #fff;
  padding: 35px 35px 30px;
}

.intr_img {
  float: left;
  width: 42%;
  height: 100%;
}

.intr_cont h4 {
  font-size: 21px;
  color: rgb(0, 167, 61);
  font-weight: 600;
}

.intr_cont p {
  font-size: 15px;
  line-height: 35px;
  color: rgb(122, 122, 122);
  font-family: "Microsoft YaHei";
  text-align: justify;
}

.intr_link {
  margin-top: 10px;
}

.intr_cont a {
  width: 126px;
  left: 0px;
  top: 0px;
  height: 39px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background-color: rgba(0, 167, 61, 1);
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
}

.intr_cont a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0168b7;
}

.news_left {
  width: 41%;
  float: left;
}

.box_news .news_img {
  margin-bottom: 8px;
}

.box_news .news_img img {
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
}

.box_news .news_img img:hover {
  transform: scale(1.05);
}

.news_left a {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-size: 18px;
  padding-top: 2px;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}

.news_left a:hover,
.newDetails h3 a:hover {
  color: #337ab7;
}

.news_left p {
  display: block;
  font-family: Microsoft YaHei;
  font-size: 13px;
  padding-top: 2px;
  color: #929292;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
  margin: 0;
}

.news_right {
  width: 59%;
  float: left;
  padding-left: 35px;
}

.box_news {
  overflow: auto;
  margin-top: 30px;
}

.caseInfo {
  /* margin: 30px 0; */
  overflow: auto;
}

.caseInfo ul {
  overflow: auto;
}

.caseInfo li {
  overflow: auto;
  margin-bottom: 17px;
  border-bottom: 1px solid #dbd4cd;
}

.newsTime {
  width: 66px;
  height: 66px;
  background: #e4f2eb;
  float: left;
}

.showDate {
  width: 100%;
  height: 100%;
}

.isDate {
  font-size: 25px;
  color: #666666;
  text-align: center;
  line-height: 45px;
  font-weight: 600;
}

.isYears {
  font-size: 14px;
  text-align: center;
  color: #666666;
}

.newDetails {
  float: left;
  width: calc(100% - 80px);
  font-family: Microsoft YaHei;
}
.newstime{
  width: 85px;
  float: right;
  padding-top: 10px;
}
.newDetails h3 {
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newDetails h3 a {
  text-decoration: none;
  display: inline-block;
  font-family: Microsoft YaHei;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}

.newDetails p {
  line-height: 22px;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: Microsoft YaHei;
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 0;
}

.rolls {
  margin-top: 20px;
  width: 100%;
}

.roll_img img {
  margin: 0 25px;
  width: 180px;
}

/* footer */

div#footer {
  background: #196a29;
}

.footer {
  width: 100%;
  overflow: auto;
  height: 300px;
}

.footer_left {
  width: 240px;
  float: left;
  background: #194f21;
  height: 300px;
}

.footer_logo {
  margin: 0 auto;
  text-align: center;
}

.footer_logo img {
  width: 110px;
  margin-top: 40px;
}

.footer_left h4 {
  text-align: center;
  font-size: 19px;
  color: rgb(204, 204, 204);
  font-weight: 600;
  position: relative;
  margin: 10px 0 30px 0;
}
.footer_left p {
  text-align: center;
  font-size: 20px;
  color: rgb(75, 174, 79);
  font-weight: 600;
}

.footer_left h4:after {
  position: absolute;
  content: "";
  left: calc(50% - 25px);
  bottom: -20px;
  width: 50px;
  height: 2px;
  background: rgb(204, 204, 204);
}

.footer_right {
  width: calc(100% - 275px);
  float: left;
  margin-left: 35px;
  height: 100%;
  overflow-y: hidden;
}

.footer_top {
  width: 100%;
  overflow: hidden;
  margin: 35px 0;
}

.footer_wx {
  width: 135px;
  float: left;
}

.foot_wx img {
  width: 100%;
}

.foot_wx p {
  text-align: center;
  color: rgb(255, 255, 255);
  margin: 15px 0;
}

.footer_list {
  width: calc(100% - 135px);
  float: left;
}

ul.ul-list {
  overflow: hidden;
}

.footer_list .ul-list .li-list {
  float: left;
  width: 150px;
}

.footer_list .ul-list .li-list:last-child {
  width: auto;
}

.bottom_list h3 {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin: 0;
}

.bottom_list h3 span {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(236, 245, 236);
}

.bottom_list ul,
.bottom_contact {
  padding-top: 20px;
}

.bottom_list a,
.bottom_contact p {
  color: rgb(236, 245, 236);
  line-height: 200%;
  font-size: 13px;
  margin: 0;
}

.bottom_list a:hover {
  color: rgb(236, 245, 236);
  text-decoration: none;
}

.footer_bottom {
  overflow: hidden;
  padding-top: 15px;
  border-top: 1px solid rgb(236, 245, 236);
}

.bottom_left {
  float: left;
  width: 80%;
}

.bottom_left p {
  color: rgb(217, 235, 218);
  font-family: "Microsoft YaHei";
  font-size: 12px;
}

.bottom_right {
  width: 20%;
  float: right;
}

.bottom_right a {
  display: inline-block;
  margin-left: 10px;
  width: 25px;
}

.bottom_right a img {
  width: 100%;
}

/* about */

.bm_contact {
  display: none;
}

.box-banners {
  width: 100%;
  height: 366px;
  background-image: url(../images/pc_iban_02.jpeg);
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
  /* background-position: center center; */
  background-position-x: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ban_title h2 {
  margin: 0;
  font-size: 42px;
  line-height: 90px;
  font-weight: 600;
  color: rgb(7, 106, 174);
  font-family: "Microsoft YaHei";
  opacity: 1;
  text-align: center;
}

.ban_title {
  width: 745px;
  height: 90px;
  margin: 0 auto;
  background: #fff;
  opacity: 0.7;
}

.ban_link {
  text-align: center;
  margin-top: 40px;
}

.ban_link a {
  text-align: center;
  line-height: 38px;
  width: 170px;
  background: #ccc;
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  background-color: #076aad;
  text-decoration: none;
}

.ban_link a:hover {
  color: #fff;
  text-decoration: none;
}

.ban_link a.links1 {
  background-color: rgba(2, 163, 57, 1);
  margin-right: 20px;
}

.ban_link a.links1:hover {
  background-color: rgba(22, 110, 62, 1);
}

div.box1.bg_white {
  background-color: #fff;
}

.right_conts {
  width: calc(100% - 240px);
  float: left;
  padding-left: 30px;
}

.breadcrumbs {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadcrumbs ul {
  margin: 0;
}

.breadT h4 {
  font-family: "Microsoft YaHei";
  font-size: 20px;
  color: rgb(75, 174, 79);
  letter-spacing: 1px;
  line-height: 160%;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.breadcrumbs ul li {
  float: left;
}
.breadcrumbs ul li:after{
    content:">>";
    padding: 0 7px;
}
.breadcrumbs ul li:nth-last-child(1):after{
    content: "";
}
.breadcrumbs li a {
  color: #333;
}

.breadcrumbs li span {
  padding: 0 10px;
  display: inline-block;
}

.breadcrumbs li a:hover {
  color: #333;
}

.items_conts {
  padding: 40px 0;
}

p.p-items {
  display: block;
  font-family: Microsoft YaHei;
  font-size: 15px;
  color: #5a5a5a;
  font-weight: normal;
  text-decoration: none;
  line-height: 2em;
  margin-bottom: 30px;
}

.items_img1,
.items_img1 img {
  width: 100%;
}

.bar_list li.active,
.bar_list li:hover {
  background-color: #0168b7 !important;
}

.right_conts .items_conts .pro_ul li {
  width: calc(30% - 1px);
  background: #fff;
  padding: 15px;
  float: left;
  margin-right: 5%;
  margin-bottom: 5%;
  border: 1px solid #ccc;
}

.right_conts .items_conts .pro_ul li:hover {
  border: 1px solid #0168b7;
}


.items_conts .caseInfo li {
  border-bottom: 1px solid #ececec;
}

/* ul li:nth-child(3n+3) {
  color: #ccc;
} */

.items_conts ul.cli_ul li {
  width: calc(25% - 24px);
  background: #fff;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
}



.items_conts ul.cli_ul li img {
  width: 100%;
}

/* 定制 */

.items_conts.pads {
    padding: 20px 0;
}

.flow_path {
    margin-bottom: 10px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.flow_path a{
    display: block;
    text-decoration: none !important;
    color: #333 !important;
}
.flow_path h4 {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  color: #5a5a5a;
  margin-bottom: 10px;
  /*font-weight: 600;*/
}
.flow_path h4:hover{
    color: #337ab7 !important;
}
.flow_path p {
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #5a5a5a;
}


.box1.bg_white .bar_rel {
  background-color: rgb(245, 245, 245);
}


/* 在线留言 */

.form_message {
  width: 70%;
  margin: 10px auto;
}

.form-control {
  border-radius: 0 !important;
}

input.form-control {
  height: 40px;
  line-height: 40px;
}

textarea.form-control {
  height: 100px !important;
}

button.btn.btn-default {
  border: 0;
  width: 168px;
  height: 38px;
  line-height: 38px;
  background: #4baf4f;
  border-radius: 0;
  padding: 0;
  color: #fff;
}


button.btn.btn-default:hover { 
  background-color: #36c8ff;
}

/*  去除 bootstrap 中 input 框聚焦高亮状态 */
.form-control:focus {
  border: 1px solid #4baf4f !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
button.btn.btn-default:focus{
  /* border: 1px solid #36c8ff !important; */
  outline: hidden;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}


/* 联系我们 */

.contacts_top h3 {
  color: rgb(7, 106, 174);
  font-weight: 600;
  position: relative;
  margin: 10px 0 30px;
}

.contacts_top h3:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 30px;
  height: 2px;
  background: rgb(7, 106, 174);
}

.contacts_top p {
  font-family: "Microsoft YaHei";
  font-size: 15px;
  line-height: 180%;
  margin: 0;
}

.map-info {
  margin-top: 20px;
}

#map_canvas {
  width: 100%;
  height: 370px;
}

.items_img1.t2 {
  margin-bottom: 30px;
}

.flow_path.path2 h4 {
  color: #274E13;
  line-height: 1.7em;
}

.flow_path.path2 p {
  font-family: Microsoft YaHei;
  font-size: 15px;
  color: #5A5A5A;
  font-weight: normal;
  line-height: 1.7em;
  
}

.honors {
  margin-bottom: 30px;
}

.honors img {
  width: 100%;
}

/* news details */

h3.tx-title {
  display: block;
    font-family: Microsoft YaHei;
    font-size: 24px;
    color: #333333;
    text-decoration: none;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.detailInfo {
  text-align: center;
  margin-bottom: 20px;
}



.detailInfo span {
  padding: 0 20px;
  font-family: Microsoft YaHei;
  font-size: 12px;
  color: #5a5a5a;
}
.pro-intervals {
  font-family: "Microsoft YaHei";
  line-height: 22px;
  text-indent: 0;
  padding: 5px;
  color: #868686;
  background-color: #f5f5f5;
  border: #e5e5e5 1px solid;
  margin-bottom: 10px;
}

.pro-intervals p {
  margin: 0 ;
}

.t-indent {
  text-indent: 2em;
}
.articles {
  margin-top: 20px;
}
.articles p {
  font-family: Microsoft YaHei;
  line-height: 25px;
  color: #333333;
  font-size: 14px;
}
.proLInk {
  padding: 30px 0;
}

.proLInk a {
  display: block;
  text-decoration: none;
  line-height: 20px;
  margin: 10px 0;
  color: #333;
}

.proLInk a:hover {
  text-decoration: none;
  color: #0168b7;

}

h4.pro-dt {
  text-align: center;
  font-size: 22px;
}

.proDetailImg {
  width: 300px;
  margin: 20px auto;
}

.proDetailImg img {
  width: 100%;
}

.img-atlas img {
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.img-atlas {
  border: 1px solid #ccc;
}

.bar_list ul {
  overflow: auto;
}

.pages {
  text-align: center;
  width: 100%;
} 

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
  margin: 0 5px;
  padding: 0px 5px !important;
  color: #666 !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  cursor: default;
  color: #0168b7 !important;
  border: 0;
  background-color: transparent !important;
}

li.ml {
  display: none !important;
}


.nav_search {
  float: right;
  width: 30px;
  height: 50px;
  background-image: url(../images/wn_scarch2.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.nav_search a {
  display: block;
  width: 100%;
  height: 100%;
}


.modal-content {
  padding: 20;
  padding: 20px;
  position: relative;
}

span.join_modal_close.md-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 30px;
  line-height: 25px;
  cursor: pointer;
}

.pop-search {
  position: relative;
}

input#pop_search {
  height: 35px;
  line-height: 35px;
  border: 1px solid #ccc;
  width: 80%;
  padding: 0 15px;
  padding-right: 60px;
}


button.pop_btn {
  background: #ccc;
  width: 60px;
  height: 35px;
  border: 0;
  position: absolute;
  right: 20%;
  background-image: url(../images/scarch1.png);
  background-repeat: no-repeat;
  background-position: center center;
}

p.pop-p1 {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  color: #076aae;
}

p.pop-p2 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  color: #888888;
  font-weight: normal;
  padding-top: 10px;
}

p.pop-p2:hover {
  color: #666;
}

p.pop-p1 .s1 {
  color: rgb(7, 174, 16);
  font-weight: 500;
}

p.pop-p1 .s2 {
  color: rgb(255, 153, 0);
  font-weight: 600;
}


.box-banners .container {
    min-height: auto;
}













@media (min-width: 992px) and (max-width: 1199px) {
  .mat-img img {
    width: 80%;
  }

  .intr_cont a {
    width: 100px;
    height: 30px;
    line-height: 31px;
  }

  .intr_cont p {
    line-height: 150%;
  }

  .intr_cont {
    padding: 20px 30px 20px;
  }

  .box_intr {
    height: 283px;
  }

  .bottom_right {
    display: none;
  }

  .bottom_list.n1 {
    display: none;
  }

  ul.nav.navbar-nav li {
    width: 115px;
  }

  .shutter {
    height: 550px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .shutter {
    height: 450px !important;
  }

  .footer_left {
    display: none;
  }

  .bottom_list.n1 {
    display: none;
  }

  .footer_right {
    width: 100%;
    margin: 0;
  }

  .bottom_right {
    display: none;
  }

  .intr_cont {
    width: 100%;
  }
  .intr_img {
    width: 100%;
    display: none;
  }
  .swiper-slide img {
    width: 100%;
  }

  .mat-img img {
    width: 80%;
  }

  .flow_bg {
    width: 90px;
    height: 90px;
    background-image: url(../images/icon-c.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  ul.nav.navbar-nav li {
    width: 90px;
  }

  ul.nav.navbar-nav li a {
    font-size: 13px;
  }

  .head_middle {
    display: none;
  }
}

@media (max-width: 767px) {
  .head_top {
    display: none;
  }

  div#navbar {
    background-color: #fff;
  }

  button.navbar-toggle.collapsed {
    border: 1px solid #4bae4f;
  }

  span.icon-bar {
    background-color: #4bae4f;
  }

  ul.nav.navbar-nav {
    width: 100%;
    margin: 0;
    /* padding: 10px 0; */
    background-color: #0168b7;
  }

  ul.nav.navbar-nav li {
    width: 100%;
    background-color: #076aae;
    border-bottom: 1px solid #fff;
  }

  ul.nav.navbar-nav li a {
    text-align: left;
    padding-left: 35px;
  }

  .dropdown.open .dropdown-toggle {
    border-bottom: 1px solid #fff;
  }

  .bar_search,
  .bar_rel,
  .bar_links {
    display: none;
  }

  .left_bar {
    width: 100%;
  }

  .right_cont {
    width: 100%;
    padding: 20px 0;
    padding-left: 0;
    margin: 0 !important;
  }

  .right_cont {
    margin: 0 10px;
  }

  .bar_t {
    background: transparent;
  }

  .bar_t h3 {
    color: rgb(22, 110, 62);
  }

  .bar_t p {
    color: rgb(231, 240, 235);
  }

  .bar_list li.on {
    background-color: #4bae4f !important;
  }

  .bar_list li {
    width: 30%;
    float: left;
    margin: 1.66%;
  }
  .box-title1 {
    margin: 25px 15px;
  }

  div.box_img1 {
    padding-bottom: 20px;
  }

  .mat-img {
    display: none;
  }

  .mat-cont {
    width: calc(100% - 40px);
  }

  .matter1.m2 .mat-cont,
  .matter1.m4 .mat-cont {
    border-left: 1px solid #ccc !important;
  }

  .icon-x1 {
    left: 18px;
  }

  .matter1.m1,
  .matter1.m2,
  .matter1.m3,
  .matter1.m4 {
    height: 180px;
  }

  .box_intr {
    height: auto;
    width: 100%;
    padding: 0 10px;
    top: -50px;
  }

  .intr_cont p:nth-of-type(2) {
    display: none;
  }

  .intr_cont a {
    margin-right: 4%;
    width: 20%;
  }

  .intr_cont {
    width: auto;
  }
  .intr_img {
    width: 100%;
  }

  .intr_img img {
    width: 100%;
  }

  .news_left {
    display: none;
  }

  .news_right {
    width: 100%;
    float: left;
    padding-left: 0;
  }

  .caseInfo li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bm_contact {
    display: block;
  }

  .footer_left,
  .footer_list,
  .bottom_right {
    display: none;
  }

  .footer_right {
    width: 100%;
    margin: 0 !important;
  }
  .footer {
    height: auto;
  }
  .footer_wx {
    width: 30%;
    float: none;
    margin: auto;
  }

  .bottom_left {
    width: 100%;
  }

  .bottom_left p {
    text-align: center;
  }

  .footer_top {
    margin-bottom: 10px;
  }

  .shutter {
    height: 350px !important;
  }

  .navbar-header {
    height: 70px;
  }

  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .navbar-brand h3 {
    font-size: 18px;
  }

  .navbar-brand .logo_t p {
    font-size: 12px;
  }

  .navbar-brand .logos {
    width: 40px;
    float: left;
  }

  .navbar-brand .head-l {
    width: 235px;
  }

  .navbar-brand {
    padding: 0 10px !important;
    height: 66px !important;
    display: flex;
    align-items: center;
  }

  .navbar-toggle {
    margin-top: 15px !important;
  }

  .right_cont li {
    width: 45%;
    background: #fff;
    padding: 15px;
    float: left;
    margin-left: 0;
    margin-bottom: 0;
    margin: 2.5%;
  }

  div.box1 {
    padding: 0;
  }

  div.slides.box1 {
    padding: 25px 0;
  }

  .icon-x1 img {
    width: 45px;
    height: 45px;
  }

  .matter1 .icon-x1:after {
    background-position: 12px 11px !important;
  }

  .icon-x2,
  .icon-x3 {
    left: 35px;
  }
  .box_img2 {
    height: 275px;
  }

  .box_img2 h3 {
    font-size: 22px;
    padding: 0 15px;
    margin: 30px 0 15px 0;
  }
  .box_img2 p {
    font-size: 16px;
    padding: 0 15px;
  }

  .box_img2 .box_sum {
    width: 210px;
  }

  .box_img2 .box_sum span {
    font-size: 16px;
    text-align: center;
  }

  .right_conts {
    width: 100%;
    padding: 0;
  }

  .ban_title {
    width: 100%;
    height: auto;
  }

  .ban_title h2 {
    font-size: 24px;
    padding: 0 15px;
    line-height: 60px;
  }

  .breadcrumbs {
    display: none;
  }

  div#bs-example-navbar-collapse-1 {
    position: absolute;
    z-index: 999;
    width: 100%;
}
li.ml {
  display: block !important;
}

li.dropdown {
  display: none !important;
}

.right_conts .items_conts .pro_ul li {
  width: 47.5%;
}


.right_conts .items_conts .pro_ul li:nth-child(2n + 2) {
  margin-right: 0;
}
.items_conts ul.cli_ul li:nth-child(2n + 2) {
  margin-right: 0;
}

.pages {
  display: none;
}
.right_conts .items_conts ul.pro_ul {
  padding: 0 15px;
}
.items_conts {
  padding: 20px 15px 40px;
}

.form_message {
  width: 100%;
  margin: 10px auto;
}

.caseInfo li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}



}

@media (min-width: 768px) {
  .navbar-header {
    display: none;
  }



  .right_conts .items_conts .pro_ul li:nth-child(3n + 3) {
    margin-right: 0;
  }
  .items_conts ul.cli_ul li:nth-child(4n + 4) {
    margin-right: 0;
  }
}

.proInfo{
  text-align: left;
  line-height: 30px;
}

li.product-nav-list {
  display: inline-block;
  padding: 5px;
  margin: 0 5px 10px 0;
  border: 1px solid #337ab7;
  border-radius: 20px;
}
li.product-nav-list a:hover{
  text-decoration: none;
}
li.product-nav-list:hover{
  background-color: #337ab7;
  color: white;
}